projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c161dc
)
(pcomplete-restore-windows): Remove redundant check.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 14 Jun 2007 00:07:15 +0000
(
00:07
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 14 Jun 2007 00:07:15 +0000
(
00:07
+0000)
lisp/pcomplete.el
patch
|
blob
|
history
diff --git
a/lisp/pcomplete.el
b/lisp/pcomplete.el
index c1da9fb9132cfc03596710a134dd4215d5f9d2e9..efb5980766d4d5314bdad31fe987a1f7a8a54b91 100644
(file)
--- a/
lisp/pcomplete.el
+++ b/
lisp/pcomplete.el
@@
-934,7
+934,7
@@
generate the completions list. This means that the hook
(if pcomplete-last-window-config
(let* ((cbuf (get-buffer "*Completions*"))
(cwin (and cbuf (get-buffer-window cbuf))))
- (when (
and cwin (window-live-p cwin)
)
+ (when (
window-live-p cwin
)
(bury-buffer cbuf)
(set-window-configuration pcomplete-last-window-config))))
(setq pcomplete-last-window-config nil